home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 2005 October
/
DPPCPRO1005.ISO
/
Assets
/
Interface
/
Main.dxr
/
Frame Scripts_2_frame 2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-05-20
|
189 b
|
13 lines
on prepareFrame me
global dataSource
xmlStatus = dataSource.getStatus()
case xmlStatus.status of
0:
go(the frame)
1:
go(#next)
(-1):
exit
end case
end